home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / RCS / a.out.c,v < prev    next >
Text File  |  1989-07-17  |  2KB  |  75 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     89.07.17.15.12.53;  author mgbaker;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.07.02.17.05.48;  author ouster;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Removed references to nonexistent procAOUT.h header file.
  27. @
  28. text
  29. @/* 
  30.  * a.out.c --
  31.  *
  32.  *    This file contains constants associated with a.out files,
  33.  *    for example a table of page sizes for different machines.
  34.  *
  35.  * Copyright 1988 Regents of the University of California
  36.  * Permission to use, copy, modify, and distribute this
  37.  * software and its documentation for any purpose and without
  38.  * fee is hereby granted, provided that the above copyright
  39.  * notice appear in all copies.  The University of California
  40.  * makes no representations about the suitability of this
  41.  * software for any purpose.  It is provided "as is" without
  42.  * express or implied warranty.
  43.  */
  44.  
  45. #ifndef lint
  46. static char rcsid[] = "$Header: /sprite/src/lib/c/etc/RCS/a.out.c,v 1.1 88/07/02 17:05:48 ouster Exp Locker: mgbaker $ SPRITE (Berkeley)";
  47. #endif not lint
  48.  
  49. /*
  50.  * Page size for different machines.  These correspond to the machine
  51.  * types defined in exec.h
  52.  */
  53.  
  54. int Aout_PageSize[] = {
  55.     0x0,            /* Undefined machine type. */
  56.     0x1000,            /* M_68010 (Sun-2) */
  57.     0x2000,            /* M_68020 (Sun-3) */
  58.     0x2000            /* SPARC (Sun-4) */
  59. };
  60. @
  61.  
  62.  
  63. 1.1
  64. log
  65. @Initial revision
  66. @
  67. text
  68. @d18 1
  69. a18 1
  70. static char rcsid[] = "$Header: proto.c,v 1.2 88/03/11 08:39:08 ouster Exp $ SPRITE (Berkeley)";
  71. d29 2
  72. a30 1
  73.     0x2000            /* M_68020 (Sun-3) */
  74. @
  75.